Gets the generic equality comparer that is used to determine equality of keys in the collection.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public IEqualityComparer<string> Comparer { get; }
Visual Basic
Public ReadOnly Property Comparer As IEqualityComparer(Of String)
	Get

See Also